home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 275 / DPCS0111DVD.ISO / Toolkit / Enhance / Network Activity Indicator / NetworkIndicatorSetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2010-07-28  |  1.9 KB  |  43 lines

  1. ;InnoSetupVersion=5.2.1
  2. [Setup]
  3. AppName=Network Activity Indicator for Windows 7
  4. AppVerName=Network Activity Indicator for Windows 7
  5. AppId=NetworkIndicator
  6. AppVersion=1.5
  7. AppPublisher=IT Samples
  8. AppPublisherURL=http://www.itsamples.com
  9. AppSupportURL=http://www.itsamples.com
  10. DefaultDirName={pf}\NetworkIndicator
  11. OutputBaseFilename=in
  12. Compression=zip
  13. DisableProgramGroupPage=yes
  14. ChangesAssociations=yes
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\NetworkIndicator.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\license.txt"; DestDir: "{app}"; 
  21. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  22. [Icons]
  23. Name: "{commondesktop}\Network Indicator"; Filename: "{app}\NetworkIndicator.exe"; Tasks: desktopicon\common; 
  24. Name: "{userdesktop}\Network Indicator"; Filename: "{app}\NetworkIndicator.exe"; Tasks: desktopicon\user; 
  25. [Tasks]
  26. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  27. Name: "desktopicon\common"; Description: "For all users"; GroupDescription: "Additional icons:"; 
  28. Name: "desktopicon\user"; Description: "For the current user only"; GroupDescription: "Additional icons:"; 
  29. [CustomMessages]
  30. default.NameAndVersion=%1 version %2
  31. default.AdditionalIcons=Additional icons:
  32. default.CreateDesktopIcon=Create a &desktop icon
  33. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  34. default.ProgramOnTheWeb=%1 on the Web
  35. default.UninstallProgram=Uninstall %1
  36. default.LaunchProgram=Launch %1
  37. default.AssocFileExtension=&Associate %1 with the %2 file extension
  38. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  39. [Languages]
  40. ; These files are stubs
  41. ; To achieve better results after recompilation, use the real language files
  42. Name: "default"; MessagesFile: "embedded\default.isl"; 
  43.